home *** CD-ROM | disk | FTP | other *** search
/ Delphi Informant Complete 1995 - 2000 / Delphi Informant Complete 1995 to 2000.iso / Delphi Informant Magazine Complete Works SOURCE CODE 1998.rar / 1998 / Feb / di9802kw / README.TXT < prev    next >
Text File  |  1997-08-24  |  2KB  |  57 lines

  1. WebPics CGI Program
  2.  
  3. This CGI program allows you to extract pictures from Blob fields
  4. In a database table and return them to the client browser over
  5. the World Wide Web.
  6.  
  7. This program is designed for Delphi 3.
  8.  
  9. The files for the program are described below.
  10.  
  11. WEBPICS.DPR   The code for the WebPics CGI program.
  12. WEBPICS.DOF   Options for this project.
  13. WEBPICS.RES   Resources for this project
  14. WEBPICS1.PAS  The code for the CGI program.
  15. WEBPICS1.DFM  The resources for the CGI program.
  16. CGIAPP2.PAS   Replacement unit for CGIApp.pas.
  17. WEBPICS.EXE   The compiled program (using packages).
  18.  
  19. WEBPICS.DB    The Paradox 7 database that contains the images.
  20. WEBPICS.MB    The actual images in the database.
  21. WEBPICS.PX    The primary key for the table.
  22.  
  23. LISTPICS.DPR  A demonstration CGI program to access the images.
  24. LISTPICS.DOF  Options for this project.
  25. LISTPICS.RES  Resources for this project
  26. LISTPICS1.PAS The code for the CGI program.
  27. LISTPICS1.DFM The resources for the CGI program.
  28. LISTPICS.EXE  The compiled program (using packages).
  29.  
  30. WPLOAD.DPR    A program to load the images into the database.
  31. WPLOAD.DOF    Options for this project.
  32. WPLOAD.RES    Resources for this project
  33. WPLOAD1.PAS   The code for the CGI program.
  34. WPLOAD1.DFM   The resources for the CGI program.
  35. WPLOAD.EXE    The compiled program (using packages).
  36.  
  37. README.TXT    This file.
  38.  
  39. Copy the WebPics and ListPics executables to your web server CGI
  40. directory. Start the web server. Open your browser and point it to
  41.  
  42. http://<your server>/cgi-bin/listpics.exe
  43.  
  44. Select an image to view via its link. Each image is extracted from the
  45. database as needed.
  46.  
  47. This code is freeware. Any correspondence or improvements
  48. can be sent to :
  49.  
  50. Keith Wood
  51. 200 Ashford Center North, Suite 200
  52. Atlanta  GA  30338
  53.  
  54. Phone : (770) 393 8646
  55.  
  56. E-mail: kwood@ccsc.com
  57.